home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / gcc / libmat.lha / src / mkonv.cc < prev    next >
C/C++ Source or Header  |  1980-01-01  |  79b  |  5 lines

  1. #include <Matrix.h>
  2. float  (float)(const Matrix & A)
  3. {
  4.     return(A.koff[1][1]);
  5. }